home *** CD-ROM | disk | FTP | other *** search
/ BlastDOS / pcANYWHERE 2.0.zip / Disk 2.IMA / CONFGATE.WI$ / CONFGATE.WIZ
Text File  |  1995-08-11  |  3KB  |  42 lines

  1. *pcANYWHERE for Windows 2.0
  2. *Configure a Gateway
  3. IF iswindowup "pcANYWHERE"
  4.   Blackboard "This Assistant will walk you through the process of configuring a Gateway."
  5.   Blackboard "During this session, your mouse cursor will be under computer control."
  6. ELSE
  7. RUN "winaw.exe"
  8.   Blackboard "Welcome to Norton pcANYWHERE"
  9. ENDIF
  10. Blackboard "A pcANYWHERE Gateway is a system that can be accessed by many users."
  11. Blackboard "When you press NEXT, the Assistant will select Gateway from the Configure pulldown menu."
  12. Controlsoff "Configure Gateway"
  13. MenuSelect "o8g"  ;Press NEXT.
  14. ;IF iswindowup "Configure Gateway"
  15. ;BlackBoard      "A user can connect to it and use it's modem to dial out or can call into the Gateway and connect to a host on the network."
  16. LABEL MPW
  17. IF iswindowup "Master Password"
  18. Controlsoff "Master Password"
  19.    BlackBoard   "A Master Password has been set.  You must enter the Master Password in order to view/modify any settings."
  20.    Acceptinto 1808      ;Please enter the Master Password now... Press Play/Next to continue
  21.    Clickon 0001 ;Your master password has been entered.
  22.    IF iswindowup "Error"
  23.     BlackBoard  "I'm sorry -- your entry was incorrect.  Please try again..."
  24.     Clickon 0002
  25.     Goto MPW
  26.     endif
  27. Controlsoff "Configure Gateway"
  28. endif
  29. BlackBoard  "This is the Configure Gateway window."    
  30. DropDownWait 6402  ;Incoming Hardware Setup:  Indicate how your gateway system is going to 'receive' a call --- modem? network?
  31. DropDownWait 6404  ;Outgoing Hardware Setup:  Indicate how your gateway will distribute the received call - out the modem? over the network?
  32. uncheckcontrol  6414    ;Bidirectional - Check this if you wish the gateway to use either of the above configurations as incoming or outgoing.
  33. uncheckcontrol  6412    ;Load into High Memory - Check this if you wish the gateway to be loaded into high memory when initiated.
  34. AcceptInto 6406    ;Inactivity Timeout:  If you wish to disconnect the remote after a period of inactivity, then set the number of minutes here.
  35. AcceptInto 6408    ;CPU Usage Factor:  It's best to leave this at the default of 7 unless you are sure of the amount of processing time you want this gateway to have.
  36. BlackBoard      "The higher the number, the more processor time.  Press NEXT."
  37. AcceptInto 6410   ;Class:  A network administrator might group gateways into various classifications.  Modems might be grouped together by speed.
  38. BlackBoard      "By specifing a class, you will only search for gateways in this classification."
  39. Blackboard "Press NEXT to save your Gateway configuration.
  40. Clickon  0001   ; Goodbye.
  41. Exit
  42.